home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / CDRIVPAR.DAT < prev    next >
Text File  |  1991-11-29  |  534b  |  17 lines

  1. Explanation of the DRIVPARM command. It 
  2. is in the CONFIG.SYS.
  3.  
  4. This command defines parameters for block 
  5. devices when MS-DOS starts up.
  6.  
  7. Example:
  8.        Suppose your computer has a tape deck 
  9.        defined as drive D and that drive is 
  10.        defined to write 20 tracks at 40 sectors
  11.        per track, but you want to change this 
  12.        to writing 10 tracks at 99 sectors per 
  13.        track. You would just include the
  14.        following line in your CONFIG.SYS file:
  15.  
  16.            drivparm=/d:3 /f:6 /h:1 /s:99 /t:10
  17.